home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / itemli / itemtest.rc < prev    next >
Encoding:
Text File  |  1993-11-13  |  1.9 KB  |  85 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15.  
  16. //////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Menu
  19. //
  20.  
  21. GENMENU MENU DISCARDABLE 
  22. BEGIN
  23.     POPUP "&File"
  24.     BEGIN
  25.         MENUITEM "Test &ItemList",              ID_FILE_TEST
  26.         MENUITEM SEPARATOR
  27.         MENUITEM "E&xit",                       ID_FILE_EXIT
  28.     END
  29. END
  30.  
  31. #ifdef APSTUDIO_INVOKED
  32. //////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36.  
  37. 1 TEXTINCLUDE DISCARDABLE 
  38. BEGIN
  39.     "resource.h\0"
  40. END
  41.  
  42. 2 TEXTINCLUDE DISCARDABLE 
  43. BEGIN
  44.     "#include ""afxres.h""\r\n"
  45.     "\0"
  46. END
  47.  
  48. 3 TEXTINCLUDE DISCARDABLE 
  49. BEGIN
  50.     "\r\n"
  51.     "\0"
  52. END
  53.  
  54. /////////////////////////////////////////////////////////////////////////////////////
  55. #endif    // APSTUDIO_INVOKED
  56.  
  57.  
  58. //////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62.  
  63. TESTDLG DIALOG DISCARDABLE  0, 0, 185, 68
  64. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  65. CAPTION "Test Stacking Module"
  66. FONT 8, "MS Sans Serif"
  67. BEGIN
  68.     DEFPUSHBUTTON   "&Add Item",IDOK,26,46,60,14
  69.     PUSHBUTTON      "&Remove Item",IDCANCEL,102,46,60,14
  70.     LTEXT           "&Add Item",IDC_STATIC,17,20,36,13
  71.     EDITTEXT        IDC_ADDITEM,59,17,100,15,ES_AUTOHSCROLL
  72. END
  73.  
  74.  
  75. #ifndef APSTUDIO_INVOKED
  76. ////////////////////////////////////////////////////////////////////////////////
  77. //
  78. // Generated from the TEXTINCLUDE 3 resource.
  79. //
  80.  
  81.  
  82. /////////////////////////////////////////////////////////////////////////////////////
  83. #endif    // not APSTUDIO_INVOKED
  84.  
  85.